# NOT RUN {
#Default species parameterization
data(SpParamsMED)
#Load example plot
data(exampleforest)
#A short way to obtain total basal area
sum(plant.BasalArea(exampleforest), na.rm=TRUE)
#The same forest level function for LAI
sum(plant.LAI(exampleforest, SpParamsMED))
#The same forest level function for fuel loading
sum(plant.Fuel(exampleforest, SpParamsMED))
#Summary function for 'forest' objects can be also used
summary(exampleforest, SpParamsMED)
plant.SpeciesName(exampleforest, SpParamsMED)
# }
Run the code above in your browser using DataLab